home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / UUCP / UUCon / Source / Makefile < prev    next >
Makefile  |  1994-01-29  |  1KB  |  54 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = UUCon
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = UUCon.tiff
  16. LOCAL_RESOURCES = LogController.nib Preferences.nib UUCon.nib Help
  17.  
  18. CLASSES = ConController.m Defaults.m EnhancedApp.m EnhancedText.m\
  19.           LogController.m PrefController.m ProgressView.m\
  20.           StringStorage.m Subprocess.m SweepView.m
  21.  
  22. HFILES = ConController.h Defaults.h EnhancedApp.h EnhancedText.h\
  23.          LogController.h PrefController.h ProgressView.h\
  24.          StringStorage.h Subprocess.h SweepView.h
  25.  
  26. MFILES = UUCon_main.m
  27.  
  28. PSWFILES = sweep.psw
  29.  
  30. SUBPROJECTS = info.subproj
  31.  
  32.  
  33.  
  34. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  35. MAKEFILE = app.make
  36. INSTALLDIR = $(HOME)/Apps
  37. INSTALLFLAGS = -c -s -m 755
  38. SOURCEMODE = 444
  39.  
  40. ICONSECTIONS =    -sectcreate __ICON app UUCon.tiff
  41.  
  42. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  43. DEBUG_LIBS = $(LIBS)
  44. PROF_LIBS = $(LIBS)
  45.  
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/$(MAKEFILE)
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.